short cAutoRenum;
kAutoNone for None (these constants are defined in PKeywords.h)For each publication in the book, a C string
kAutoNext for Next Page
kAutoNextOdd for Next Odd Page
kAutoNextEven for Next Even Page
const char * fPubName;
Name and path of a publication in the book list. Make sure there is at least one book (PListQuery::Count() > 0) before referencing this field.Creating a book. To create a new book, use the PBook command class.
Example. This example performs some action on each publication in the book
PGetBook theBook;
short renumOption = theBook.cAutoRenum;
for (short i = theBook.Count(); (i > 0); --i) {
SomeAction(theBook.fPubName);
theBook++;
}
Comments or suggestions? Contact Adobe Developer Support